Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Visual C++ .NET
1) 2D Graphics
2) ADO Database
3) Class
4) Collections
5) Data Type
6) Delegate
7) Development
8) File Directory
9) Function
10) Generics
11) GUI Form
12) Language Basics
13) Network
14) Reflection
15) Security
16) Statement
17) Structure
18) Thread
19) XML
Class
1) Abstract classes
2) Abstract sealed class
3) Add a Nested Class
4) Adding Constructors
5) Array Property
6) Base and interface
7) Call a Base Method
8) Casting class
9) Casting from object
10) Checking casts
11) Class interface method ambiguity
12) Class with setter and getter
13) Class, ref class, value class
14) Constants in interfaces
15) Constructor inheritance
16) Constructor order
17) Creating Custom attribute
18) Custom attribute
19) Declaring properties
20) Defining Index Properties
21) Derive a Class
22) Destructor and finalizer
23) Destructor demo
24) Destructors and inheritance
25) Explicit interface implementation
26) Explicit override
27) Extends abstract class
28) Finalizers and inheritance
29) Generic comparable
30) Implements IDisposable
31) Indexed properties
32) Indexed properties 2
33) Inherit a class
34) Initonly static field
35) Initonly string
36) Interface and class(The virtual keyword is required to implement the interface method)
37) Interface definition
38) Interface list
39) Interface name collision
40) Interface properties events
41) Interfaces implementing interfaces
42) Interior pointer
43) Literal string initializer
44) Multiple interfaces
45) Native managed virtual
46) Nested Class
47) New method
48) Obsolete attribute
49) Operator Overload Demo
50) Out attribute parameter
51) Overload Methods
52) Override and virtual method
53) Private interface
54) Property accessor delegate
55) Public constructor
56) Public properties can be used as named parameters
57) Public, Protected and Private Methods
58) Ref class demo
59) Ref class with member string variable
60) Ref type
61) Reference and Indirection
62) Relational Operator Overload
63) Scalar number Property
64) Sealed class
65) Specify Member Access
66) Stack References
67) Static class field
68) Static interfaces
69) Static Method demo
70) Static property
71) Static vs literal
72) Use the FlagsAttribute
73) Using interior_ptr
74) Using pin_ptr
75) Using reinterpret_cast
76) Value class
77) Value class address
78) Value class demo
79) Value class type
80) Virtual methods
81) Virtual properties
82) Write only property